From: Luc Teirlinck Date: Mon, 19 Jul 2004 00:50:20 +0000 (+0000) Subject: (syms_of_xdisp): Correct capitalization error in X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21602 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b069231a920d1abf92419ed29a243fabcea5c647;p=emacs.git (syms_of_xdisp): Correct capitalization error in `window-scroll-functions' docstring. --- diff --git a/src/xdisp.c b/src/xdisp.c index c92a8ee79d2..d273de74847 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -22178,7 +22178,7 @@ all the functions in the list are called, with the frame as argument. */); Vwindow_size_change_functions = Qnil; DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions, - doc: /* List of Functions to call before redisplaying a window with scrolling. + doc: /* List of functions to call before redisplaying a window with scrolling. Each function is called with two arguments, the window and its new display-start position. Note that the value of `window-end' is not valid when these functions are called. */);